'Declaration Public Overloads Shared Function CanSort(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As Boolean
public static bool CanSort<T>( IDataCollection<T> dataCollection, params SortDescription[] sortDescriptions ) where T: class
Parameters
- dataCollection
- The data collection.
- sortDescriptions
- The sort descriptions that determine how the data would be sort.
Type Parameters
- T